home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / flexcat / developer.readme next >
Text File  |  1999-04-19  |  2KB  |  63 lines

  1.  
  2. Hello,
  3.  
  4. here you find the source code for the FlexCat.  It shall be fully
  5. portable and you should find no problems compiling it on the other
  6. platforms (however I didn't check the BigEndian vs.  LittleEndian thing
  7. yet, so LittleEndian's catalog files might be kinda corrupt - stay
  8. careful).
  9.  
  10.  
  11.  
  12. Why did I release it?
  13. ---------------------------------------------------------------------
  14.  
  15. Formerly FlexCat was covered by GPL license, so it's now back to the root
  16. somehow (I don't care all these GPL.readme etc files for now, so treat this
  17. all as freeware with source code available than GPL rather ;-).  Moreover
  18. few people asked about the version for other platforms (for many reasons),
  19. so now, having the source, you can compile it on whatever platform you
  20. need.
  21.  
  22. I am now busy with other Amiga projects, and as FlexCat seems to be almost
  23. finished (see TODO file), I don't plan to put much development in this
  24. project recently (it works quite fine, so I see no big need to do so
  25. anyway).
  26.  
  27.  
  28.  
  29. Do you have some ideas or features you would like to see in FlexCat?
  30. ---------------------------------------------------------------------
  31.  
  32. If you got any programming skill (no beginners pliz!) and some spare
  33. time you can add whatever you want.
  34.  
  35. But please don't release FlexCat yourself! Please send me diff output
  36. (or the whole source) with description of your changes -> I'd integrate it
  37. in next release myself.  I just want to prevent anyone from duplicating
  38. others' work (mail me if you want to develope FlexCat!).
  39.  
  40.  
  41.  
  42. Compiling FlexCat   
  43. ---------------------------------------------------------------------
  44.  
  45. There's SAS/C makefile enclosed (smakefile), so if you own SAS/C just type
  46. 'smake' to have FlexCat compiled.  Using other compilers should also be
  47. very easy. 
  48.  
  49. NOTE:  The source archive contains files which are not present in other
  50.        archives of FlexCat distribution. To make FlexCat compile, you 
  51.        will have to fetch #?.cd file (FlexCat_CatSrc.lha) as well as
  52.        FlexCat itself (may be any of previous releases).
  53.  
  54. NOTE2: if you want to compile FlexCat on non Amiga box, make sure there's
  55.        no  "__amigaos" defined (see the source). This would disable all
  56.        AmigaOS native parts (few, but they are), like catalog flishing etc,
  57.        which you won't find useful on non Amigas anyway.
  58.  
  59.  
  60.  
  61. Marcin Orlowski <carlos@amiga.com.pl>
  62. Wed Apr 14 10:01:30 1999
  63.